projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a14bb55
)
Remove a redundant const
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Mar 2015 19:18:35 +0000
(15:18 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Mar 2015 19:18:35 +0000
(15:18 -0400)
const gchar const is still just const gchar, unless there's
indirections in between.
gtk/gtkprintunixdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintunixdialog.c
b/gtk/gtkprintunixdialog.c
index cca1dc54099ddaf30d5409efff35ab7ee320742b..9f994cfd5b6591ffb5c3957afbf10fc1159fe305 100644
(file)
--- a/
gtk/gtkprintunixdialog.c
+++ b/
gtk/gtkprintunixdialog.c
@@
-207,7
+207,7
@@
static GObject *gtk_print_unix_dialog_buildable_get_internal_child (GtkBuildabl
GtkBuilder *builder,
const gchar *childname);
-static const gchar co
nst co
mmon_paper_sizes[][16] = {
+static const gchar common_paper_sizes[][16] = {
"na_letter",
"na_legal",
"iso_a4",